home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / compress / stomp / stomp.bas < prev    next >
BASIC Source File  |  1994-09-30  |  213b  |  5 lines

  1. Declare Function doit Lib "stomp.DLL" (ByVal in As String, ByVal out As String) As Integer
  2. Declare Function UNdoit Lib "stomp.DLL" (ByVal in As String, ByVal out As String) As Integer
  3. Global which As Integer
  4.  
  5.